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

Sync 6 #24

Merged
merged 5 commits into from
Nov 29, 2019
Merged

Sync 6 #24

merged 5 commits into from
Nov 29, 2019

Conversation

yelizariev
Copy link

No description provided.

…c to create the HTML of each line to the Line component
It is possible to configure patterns that need to be transformed into links
The patterns should be added to each repository node, e.g:

"pattern-links": [
  {
    "pattern": "templates\/(.*?\\.html)",
    "link": "github.com/myrepo/templates/$1"
  },
  {
  "pattern": "styles/(.*?\\.css)".
    "link": "github.com/myrepo/assets/styles/css/$1"
  }
]
Now the algorithm to find the pattern-links will exit the Regular expressions loop when all the matches have been processed
…t when only one of the parameters has changed
Copy link
Collaborator

@itpp-bot itpp-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

├─ config/
|  └─ config.go
├─ package-lock.json
└─ ui/
   ├─ assets/
   |  ├─ css/
   |  |  └─ hound.css
   |  └─ js/
   |     ├─ components/
   |     |  └─ HoundApp/
   |     |     ├─ App.jsx
   |     |     ├─ Line.jsx
   |     |     ├─ Match.jsx
   |     |     └─ SearchBar.jsx
   |     ├─ helpers/
   |     |  ├─ Model.js
   |     |  ├─ PatternLinks.js
   |     |  └─ SelectionManager.js
   |     └─ utils/
   |        └─ index.js
   └─ bindata.go

Installable modules remain unchanged.

Not installable modules remain unchanged.

No new features in doc/changelog.rst files of installable modules

sent by ✌️ Odoo Review Bot

@itpp-bot
Copy link
Collaborator

To test updates run:

docker run -p 6080:6080 --rm docker.pkg.github.com/it-projects-llc/hound/pr:pr-24-head-f12b7e5-base-8ab8e98

You may need be authenticated:

docker login docker.pkg.github.com -u GITHUB_USERNAME -p GITHUB_TOKEN 

Posted from Concourse CI (see concourse.yml)

@yelizariev yelizariev merged commit 5fa7923 into itpp-labs:master Nov 29, 2019
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.

None yet

3 participants