Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permissions (base code) #3847

Merged
merged 20 commits into from
Apr 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ workflows:
- build-dev
filters:
branches:
only: ['v5-upgrade', 'feature/new-project-catalog']
only: ['feature/permissions']

- deployProd:
context : org-global
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Topcoder Connect App

Topcoder Connect is client facing application of Topcoder. Customers use Topcoder Connect to input requirements of their projects, then managers and
copilots take it from there.
copilots take it from there.

## Requirements

Expand All @@ -25,6 +25,8 @@ Open browser with URL http://local.topcoder-dev.com:3000.
- `$ npm run lint:fix` - Check js code linting and trying to fix errors automatically.
- `$ npm run test` - Performs tests running. **Note** we don't really have tests, so we only keep this command run successfully.
- `$ npm run test:watch` - Performs tests on files changes.
- `$ generate:doc:permissions` - Generate [Permissions documentation](./docs/permissions.html) from the constants
- `$ generate:doc:permissions:dev` - same like above, but it regenerates the document on every file change and is handy during development

## TC Deployment Notes
_[TC Deployment Notes should always be kept up to date **on the default branch**. Update these notes when changes to this information occur]_
Expand Down
291 changes: 291 additions & 0 deletions docs/permissions.html

Large diffs are not rendered by default.

Loading