Skip to content

fix js files encoding issue - #1

Open
mumarkhan999 wants to merge 73 commits into
pmitros:masterfrom
openedx-unsupported:umar/fix-js-files-encoding-issue
Open

fix js files encoding issue#1
mumarkhan999 wants to merge 73 commits into
pmitros:masterfrom
openedx-unsupported:umar/fix-js-files-encoding-issue

Conversation

@mumarkhan999

Copy link
Copy Markdown

No description provided.

mraarif and others added 30 commits November 19, 2019 12:29
Modernize the repo - BOM-1038
Create requirements folder.
create pip_tools and base requirements files.
Add Makefile. Add makefile upgrade command.
Include requirements files generated using upgrade command.
Update openedx.yaml OEPs list.
This pull request was generated by the cleanup-python-code Jenkins job, which ran
```
make upgrade;find . -type f -name '*.py' | while read fname; do pyupgrade --exit-zero-even-if-changed --keep-percent-format --py3-plus --py36-plus --py38-plus "$fname"; done
```

The following packages were installed:
`pyupgrade,git+https://github.com/edx/repo-tools.git@c05453b733602ba7a2224ffbbf58a8d0903b62d8`
feat: Added upgrade-python-requirements workflow
s/teaching-and-learning@edx.opsgenie.net/community-engineering@edx.opsgenie.net/
build: update escalation email address
Background
==========
As part of our Squad-based ownership, we should stay on top of what
happens in these repositories. However, due to the number of
repositories (and subsequently pull requests) across the edX ecosystem,
it is challenging to stay on top of notifications, separating the
'signal' from the 'noise'. Email filters can go a long way to taming
Inbox notifications, but this is manual and requires maintenance as
Squad ownership changes. It also fails to account for Github-specific behavior.

Proposal
========
By leveraging Github support for `CODEOWNERS` files [1],
we can ensure that our team is at least CCed explicitly, here,
in the form a requested review. This request is just that, a request,
not a requirement; we are not enacting any new merge requirements
at this time.

- [1] https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
The Community Engineering team has agreed that we would only like to get tagged on Python upgrade notifications, not paged in Ops Genie. This PR removes OG notification and also removes the team-reviewers as that was not working; we are moving to being tagged in the CODEOWNERS file
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.6.2...lxml-4.6.3)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.3.1...5.4)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
commits
=======
- build(deps): run `make upgrade`
- build(deps): local add common_constraints file
commits
=======
- chore: Updating Python Requirements
sarina and others added 30 commits February 23, 2022 14:34
Add DEPR workflow automation
fix: Install pip and pip-tools in upgrade script
Fix github url strings (org edx -> openedx)
fix: github workflow -branch to actual default branch
build: Adding functionality for publishing on pypi
Feanil Patel
build: Creating a missing workflow file `self-assign-issue.yml`.

The .github/workflows/self-assign-issue.yml workflow is missing or needs an update to stay in
sync with the current standard for this workflow as defined in the
`.github` repo of the `openedx` GitHub org.
Feanil Patel
build: Creating a missing workflow file `add-remove-label-on-comment.yml`.

The .github/workflows/add-remove-label-on-comment.yml workflow is missing or needs an update to stay in
sync with the current standard for this workflow as defined in the
`.github` repo of the `openedx` GitHub org.
Feanil Patel
build: Updating a missing workflow file `add-depr-ticket-to-depr-board.yml`.

The .github/workflows/add-depr-ticket-to-depr-board.yml workflow is missing or needs an update to stay in
sync with the current standard for this workflow as defined in the
`.github` repo of the `openedx` GitHub org.
…to-613-40b27fd

fix: update pip-tools to 6.13.0
…rements-workflow

fix: Uncommented parameters in upgrade requirements workflow
…dependabot-8de42dc

build: added reviewers in dependabot config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.