Skip to content

Commit

Permalink
⬆️ release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomartins committed Feb 10, 2021
1 parent d2ba67a commit c549d91
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 187 deletions.
129 changes: 47 additions & 82 deletions README.md

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions docs/README_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ QA jobs in Portugal
[![](https://img.shields.io/github/forks/sergiomartins8/qa-jobs-in-portugal)](https://github.com/sergiomartins8/qa-jobs-in-portugal/network/members)
[![](https://img.shields.io/badge/-sergiomartins8-blue?logo=Linkedin&logoColor=white)](https://www.linkedin.com/in/sergiomartins8/)

_An awesome curated list of the most recent QA jobs in Portugal, updated every day!_
_An awesome curated list of the most recent QA job openings in Portugal, updated every day!_

[![](https://img.shields.io/github/v/release/sergiomartins8/qa-jobs-in-portugal)](https://github.com/sergiomartins8/qa-jobs-in-portugal/releases)
[![](https://github.com/sergiomartins8/qa-jobs-in-portugal/workflows/release/badge.svg)](https://github.com/sergiomartins8/qa-jobs-in-portugal/actions?query=workflow%3Arelease)
Expand All @@ -26,7 +26,6 @@ _An awesome curated list of the most recent QA jobs in Portugal, updated every d
* [About](#about)
* [Contributing](https://github.com/sergiomartins8/qa-jobs-in-portugal/blob/master/docs/CONTRIBUTING.md)
* [Jobs](#jobs)
* [Glassdoor](#glassdoor)
* [Indeed](#indeed)
* [ItJobs](#itjobs)

Expand All @@ -35,8 +34,6 @@ Inspired by the COVID-19 tragic events of unemployment arising within my network

Using my automation expertise, every day and automatically, this solution goes through websites that allow organizations to publicly list new opportunities and aggregates them in a simple and smooth list available for everyone who wishes to apply.

That being said, all I ask is that if you have a GitHub account, you star this repository and share it, so we can reach and support as many people as possible!

jobs
---------

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

<groupId>qa.jobs.portugal</groupId>
<artifactId>qa-jobs-in-portugal</artifactId>
<version>1.4.3</version>
<version>1.5.0</version>
<packaging>jar</packaging>

<name>qa-jobs-in-portugal</name>
<description>A curated list of the most recent QA jobs in Portugal</description>
<description>A curated list of the most recent QA job openings in Portugal</description>
<url>https://github.com/sergiomartins8/qa-jobs-in-portugal</url>

<properties>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>selenide</artifactId>
<version>5.15.0</version>
<version>5.18.0</version>
</dependency>
</dependencies>
</project>
4 changes: 0 additions & 4 deletions src/main/java/qa/jobs/portugal/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import net.steppschuh.markdowngenerator.text.heading.Heading;
import net.steppschuh.markdowngenerator.text.quote.Quote;
import qa.jobs.portugal.jobs.Jobs;
import qa.jobs.portugal.jobs.JobsGlassdoor;
import qa.jobs.portugal.jobs.JobsIndeed;
import qa.jobs.portugal.jobs.JobsItJobs;
import qa.jobs.portugal.utils.markdown.MarkdownFileReader;
Expand All @@ -18,7 +17,6 @@ public class Application {
private static final String README = "README.md";
private static final String README_TEMPLATE = "docs/README_TEMPLATE.md";

private static final Jobs GLASSDOOR = new JobsGlassdoor();
private static final Jobs INDEED = new JobsIndeed();
private static final Jobs IT_JOBS = new JobsItJobs();

Expand All @@ -29,8 +27,6 @@ public static void main(String[] args) {
MarkdownFileWriter.truncateMarkdown(README);
MarkdownFileWriter.appendMarkdown(README, MarkdownFileReader.getMarkdown(README_TEMPLATE));
MarkdownFileWriter.appendMarkdown(README, lastUpdated());
MarkdownFileWriter.appendMarkdown(README, setHeader("Glassdoor"));
MarkdownFileWriter.appendMarkdown(README, GLASSDOOR.getJobs());
MarkdownFileWriter.appendMarkdown(README, setHeader("Indeed"));
MarkdownFileWriter.appendMarkdown(README, INDEED.getJobs());
MarkdownFileWriter.appendMarkdown(README, setHeader("ItJobs"));
Expand Down
50 changes: 0 additions & 50 deletions src/main/java/qa/jobs/portugal/jobs/JobsGlassdoor.java

This file was deleted.

44 changes: 0 additions & 44 deletions src/main/java/qa/jobs/portugal/pages/GlassdoorPage.java

This file was deleted.

0 comments on commit c549d91

Please sign in to comment.